projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab6969
)
Added a missing semicolon to a function declaration so everything compiles
author
Cody Russell
<bratsche@src.gnome.org>
Thu, 7 Oct 1999 06:17:20 +0000
(06:17 +0000)
committer
Cody Russell
<bratsche@src.gnome.org>
Thu, 7 Oct 1999 06:17:20 +0000
(06:17 +0000)
correctly.
gdk-pixbuf/gdk-pixbuf-drawable.h
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/gdk-pixbuf-drawable.h
b/gdk-pixbuf/gdk-pixbuf-drawable.h
index 08f92228608195500340b1542cbcf46821810f71..a7321654f40cc83bc3ac410079151a6585c5045d 100644
(file)
--- a/
gdk-pixbuf/gdk-pixbuf-drawable.h
+++ b/
gdk-pixbuf/gdk-pixbuf-drawable.h
@@
-8,5
+8,5
@@
ArtPixBuf *art_pixbuf_rgb_from_drawable (GdkWindow *window,
gint width, gint height);
ArtPixBuf *art_pixbuf_rgba_from_drawable (GdkWindow *window,
gint x, gint y,
- gint width, gint height)
+ gint width, gint height)
;
#endif